Uses of Interface
presentation.MatchInterface

Packages that use MatchInterface
metier   
presentation   
 

Uses of MatchInterface in metier
 

Classes in metier that implement MatchInterface
 class Match
          Class Match Package metier Définition d'un match
 

Fields in metier with type parameters of type MatchInterface
private  java.util.ArrayList<MatchInterface> ListeMatch.listeMatchs
           
 

Methods in metier that return types with arguments of type MatchInterface
 java.util.ArrayList<MatchInterface> ListeMatch.getListeMatch()
          Renvoit l'arrayList de Matchs
 

Uses of MatchInterface in presentation
 

Methods in presentation that return types with arguments of type MatchInterface
 java.util.ArrayList<MatchInterface> ListeMatchInterface.getListeMatch()